projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bbc962
)
Handle Street Atlas USA 2005 routes
author
parkrrrr
<parkrrrr>
Tue, 31 Aug 2004 20:25:25 +0000
(20:25 +0000)
committer
parkrrrr
<parkrrrr>
Tue, 31 Aug 2004 20:25:25 +0000
(20:25 +0000)
saroute.c
patch
|
blob
|
history
diff --git
a/saroute.c
b/saroute.c
index 04d66aeb7834d5f275f329d0aad5c06de0b70b07..00e44a4441692fa2c337666a1df03ec6de664a4b 100644
(file)
--- a/
saroute.c
+++ b/
saroute.c
@@
-248,6
+248,9
@@
my_read(void)
stringlen = 1;
}
}
+ if ( version > 10 ) {
+ Skip(infile,2*sizeof(long));
+ }
xfree(record);
}
/*